home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / TRAX.ZIP / STANDARD.APT < prev    next >
Text File  |  1990-06-19  |  2KB  |  59 lines

  1. ; APERTURE FILE FORMAT
  2. ;
  3. ; <draft code> <shape> <xsize> <ysize> <hole size> <use>
  4. ;
  5. ; EXPLANATION OF PARAMETERS
  6. ;
  7. ; <draft code>   Code assigned to this aperture e.g. D14
  8. ;                Note that this code must start with 'D'
  9. ;                followed by the code number.
  10. ;
  11. ; <shape>        Can be any of the following shapes:
  12. ;                         CIRCULAR
  13. ;                         RECTANGULAR
  14. ;                         SQUARE
  15. ;                         OCTAGONAL
  16. ;                         ROUNDRECT
  17. ;                         CROSSHAIR
  18. ;                         MOIRE
  19. ;
  20. ; <xsize>        size of aperture in the x direction in
  21. ;                mils (thous).
  22. ;
  23. ; <ysize>        size of aperture in the y direction in
  24. ;                mils (thous).
  25. ;
  26. ; <hole size>    size of hole in aperture in mils (thous).
  27. ;                zero if no hole in aperture.
  28. ;
  29. ; <use>          specifies what the aperture can be used for.
  30. ;                There are three possible settings:
  31. ;                   LINE   can only be used to draw lines
  32. ;                   FLASH  can only be used to flash pads
  33. ;                   MULTI  can be used for either
  34. ;                   blank  defaults to MULTI setting
  35. ;
  36. D11 CIRCULAR     40  40  0
  37. D12 SQUARE       10  10  0
  38. D13 CIRCULAR     10  10  0
  39. D14 CIRCULAR     12  12  0
  40. D15 CIRCULAR     15  15  0
  41. D16 SQUARE       20  20  0
  42. D17 CIRCULAR     20  20  0
  43. D18 CIRCULAR     25  25  0
  44. D19 CIRCULAR     30  30  0
  45. D20 SQUARE       50  50  0
  46. D21 CIRCULAR     50  50  0
  47. D22 SQUARE       62  62  0
  48. D23 CIRCULAR     62  62  0
  49. D24 CIRCULAR     70  70  0
  50. D25 CIRCULAR     75  75  0
  51. D26 CIRCULAR     85  85  0
  52. D27 CIRCULAR    100 100  0
  53. D28 CIRCULAR    110 110  0
  54. D29 CIRCULAR    125 125  0
  55. D30 CIRCULAR    150 150  0
  56. D31 CIRCULAR    200 200  0
  57. D32 CIRCULAR    250 250  0
  58. D33 CIRCULAR     40  40 10
  59.